home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Go Ronald
/
Go Ronald Voice Interactive CD.iso
/
Data1.cab
/
_A78B221671294700924B8ABD93D36F0B
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2005-08-05
|
601b
|
27 lines
sayJump_mc._visible = false;
ShowuserScoreBox._visible = true;
gostill_mc.enabled = true;
var jumpScore = 0;
var userScore = 0;
var bonusPoints = 0;
jumpScore = 0;
userScore = 15;
bonusPoints = 0;
mApplication.trace("Top of Ramp showjumpScore = " + ShowjumpScore);
gostill_mc.onRollOver = function()
{
mApplication.trace("over");
};
gostill_mc.onRelease = function()
{
dnaGRG_so.data.fromModule = "true";
dnaGRG_so.flush();
_root.loadNextMovie("MainMenuLauncher.swf");
};
sayJump_mc.onRollOver = function()
{
jumpSound.stop();
jumpSound.start();
};
stop();